Linkbreakers is a QR‑driven customer‑journey platform. Use this MCP server to connect your account and create/manage tracked QR codes and short links, generate QR assets, and view engagement analytics.
Overview
❯ Give me the latest metrics of my workspace in Linkbreakers
⏺ I'll retrieve the latest workspace metrics for you. ⎿ { "data": { "totalLinks": 23, … +10 lines (ctrl+o to expand)
⏺ Here are your current Linkbreakers workspace metrics:
Links: 23 total shortened links created Members: 3 workspace members Scans: 125 total QR code scans
Server Config
{
"mcpServers": {
"linkbreakers": {
"type": "http",
"url": "https://mcp.linkbreakers.com",
"headers": {
"Authorization": "Bearer YOUR_WORKSPACE_TOKEN"
}
}
}
}